TOraCursor class overview.
Properties
  
    | Name |     Description |   
  
    | 
 CDA      | 
    
Used to return CDA. 
     | 
  
  
    | 
 OCICallStyle      | 
    
Used to get or set the Oracle Client version for a subsequent cursor operations. 
     | 
  
  
    | 
 OCIStmt      | 
    
Used to return the OCIStmt handler. 
     | 
  
  
    | 
 RefCount (inherited from TSharedObject)      | 
    
Used to return the count of reference to a TSharedObject object. 
     | 
  
  
    | 
 State      | 
    
Used to set the cursor state. 
     | 
  
Methods
  
    | Name |     Description |   
  
    | 
 AddRef (inherited from TSharedObject)      | 
    
Increments the reference count for the number of references dependent on the TSharedObject object. 
     | 
  
  
    | 
 AllocCursor      | 
    
Allocates CDA for Oracle 7 and OCIStmt handler for Oracle 8. 
     | 
  
  
    | 
 CanFetch      | 
    
Verifies if the cursor state permits data fetching. 
     | 
  
  
    | 
 FreeCursor      | 
    
Releases the cursor data. 
     | 
  
  
    | 
 Release (inherited from TSharedObject)      | 
    
Decrements the reference count. 
     |